projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9319de6
)
Don’t remove dependency files when configuring
author
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 21 Mar 2017 18:14:15 +0000
(11:14 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Tue, 21 Mar 2017 18:14:52 +0000
(11:14 -0700)
Problem reported by Tom Tromey in:
http://lists.gnu.org/archive/html/emacs-devel/2017-03/msg00533.html
* configure.ac: Don’t remove */*.o and */deps/* when
--enable-autodepend is in effect.
configure.ac
patch
|
blob
|
history
diff --git
a/configure.ac
b/configure.ac
index 83071e619b0bdcfdf0f651b1f94602f77ca61f5e..648000e0c4586d0a12786fdbc640822f0ff3fd56 100644
(file)
--- a/
configure.ac
+++ b/
configure.ac
@@
-5473,7
+5473,6
@@
AC_MSG_ERROR(['etc/refcards/emacsver.tex' could not be made.])
if test $AUTO_DEPEND = yes; then
for dir in $AUTODEPEND_PARENTS; do
- rm -f $dir/*.o $dir/deps/*
AS_MKDIR_P([$dir/deps])
done
fi